;===============================================================================
; Name...........: WinHide 0.3.3
; Description ...: Tool to Hide Show Windows
;
; Author ........: Goldenix
; AutoIt Version.: 3.2.12.0
;===============================================================================

Filter:
;===============================================================================
You can assign a filter to a group:

2 =	Will list all window titles under this Group based on (any substring) in the title
	means that if you change Item name under Edit->Item to mozilla, all windows that contain word mozilla will be listed

1 =	Will list all window titles under this Group based on Exact title Name Edit->Item->Name
0 =	No Filter , Will list all window titles under this Group


Group Management:
;===============================================================================
To move Group:	Up/Down, select the group & use Up/down Arrow keys on your keyboard
Edit Group:	Select Group , Change the name,state,Filter & hit Apply


Item Management:
;===============================================================================
Alias & Name are used with Filter 2:

So you assign Filter 2 to the Text Editors Group, & add an item :

	F:\Backups\Klikkers\Finished Projects & scripts\Winhide 0.3.2\WhinHide 0.3.2.au3 - SciTE [1 of 2]

Now you Edit->Item & cnange name to	 au3 - SciTE	and Alias to	 SciTE

Result: in the list you will see your window name as SciTE & program will catch ony windows with	au3 - SciTE	 in its title



